home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / 0748.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1986-12-11  |  1KB  |  42 lines

  1. rem --------------------------------------------------------------------
  2. rem Make the directory \ME on current drive & create a few subdirectories
  3. rem --------------------------------------------------------------------
  4. pause Put the ME distribution disk in drive A
  5. cd \
  6. md me
  7. cd \me
  8. rem --------------------------------------------------------------------
  9. rem          Process MEHELP - the help files
  10. rem --------------------------------------------------------------------
  11. :a1
  12. pause We are going to install the help files
  13. md help
  14. cd help
  15. copy a:\me\help\*.* /v
  16. cd ..
  17. rem --------------------------------------------------------------------
  18. rem          Process the Macro files
  19. rem --------------------------------------------------------------------
  20. :a2
  21. pause We are going to install the macro files
  22. md macros
  23. cd macros
  24. copy a:\me\macros\*.* /v
  25. cd ..
  26. rem --------------------------------------------------------------------
  27. rem          Process the main files
  28. rem --------------------------------------------------------------------
  29. :a3
  30. copy a:\me\*.* /v
  31. pause We will dearchive the ME manual. Press CTRL BREAK to abort.
  32. arce manual
  33. del arce.com
  34. cls
  35. rem ======= ME is now installed in subdirectory \ME =========
  36. rem
  37. rem The keyboard remapper files are still on your distribution disk in the
  38. rem subdirectory \me\keyremap.
  39. rem
  40. rem To set the ME environment variable, put the line ME=\ME in your
  41. rem  AUTOEXEC.BAT file. To print the manual, type 'PRINT MANUAL'.
  42.